how to set font max width in css

50

div {
  font-size: clamp(16px, 3vw, 32px);
}

Comments

Submit
0 Comments